@file sharedmem.h @brief Shared memory buffers that can be shared across process.
Create a shared memory region.
Get the size of the shared memory region.
Restrict access of shared memory region.
See Source File
@file sharedmem.h @brief Shared memory buffers that can be shared across process.